home *** CD-ROM | disk | FTP | other *** search
- -- card: 2090 from stack: in
- -- bmap block id: 0
- -- flags: 4000
- -- background id: 2768
- -- name: Script Card 1
-
-
- -- part 1 (field)
- -- low flags: 01
- -- high flags: 0007
- -- rect: left=12 top=53 right=332 bottom=470
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 4
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: Script Segment
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=466 top=21 right=51 bottom=503
- -- title width / last selected line: 0
- -- icon id / first selected line: 1013 / 1013
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Button
- ----- HyperTalk script -----
- on mouseUp
- go to next
- end mouseUp
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=431 top=21 right=51 bottom=467
- -- title width / last selected line: 0
- -- icon id / first selected line: 1014 / 1014
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Button
- ----- HyperTalk script -----
- on mouseUp
- go to prev
- end mouseUp
-
-
-
- -- part 6 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=12 top=21 right=49 bottom=218
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 20
- -- style flags: 0
- -- line height: 26
- -- part name: Title
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=466 top=50 right=81 bottom=503
- -- title width / last selected line: 0
- -- icon id / first selected line: 1012 / 1012
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- go to card 1
- end mouseUp
-
-
-
- -- part 8 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=224 top=30 right=49 bottom=434
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 4
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Where
-
-
- -- part contents for card part 1
- ----- text -----
- -- UseLog Begin
- on open
- -- Use Log Open Logger
- -- Rich Taylor, 10/5/87
- if word 2 of the params contains 0 then
- set lockScreen to true
- push card
- go to stack "UseLog"
- -- make new "last line"
- put return after last line of card field "Log" of card "Log Card"
- -- process the message a bit...
- put the params into logEntry
- put ":" & the date & "|" & the long time after last word of logEntry
- delete word 1 of logEntry -- zap "open "
- delete word 1 of logEntry -- zap "0 "
- -- stick entry into log
- put logEntry into last line of card field "Log" of card "Log Card"
- pop card
- set lockScreen to false
- end if
- -- Now, hand open message off to HyperCard
- pass open
- end open
-
- on quit
- set lockScreen to true
- push card
- go to stack "UseLog"
- -- make new "last line"
- put return after last line of card field "Log" of card "Log Card"
- -- process the log entry
- put "Exit to Finder:" & the date & "|" & the long time into logEntry
- -- stick entry into log
- put logEntry into last line of card field "Log" of card "Log Card"
- pop card
- set lockScreen to false
- end quit
- -- UseLog End
-
-
-
- -- part contents for card part 6
- ----- text -----
- Script Segment 1
-
- -- part contents for card part 8
- ----- text -----
- before "on startUp"